Help

Reset

A form can have a Reset button. When pressed by the user, it sets the other field elements to their initial state.


Add a Reset Button:

Reset button dialogue

  1. Position the cursor where you want the Reset button to be.
  2. Click the Reset button on the form palette to get the dialogue box above. This dialogue allows you to insert a Reset button, a box labeled, by default, Reset, into a form.
  3. Type, optionally, a Button Label. The default is Reset.
  4. Click OK, and the Reset button appears in the form at the cursor position.

Submit

A form can have a Submit button. When pressed by the user, it submits the current form to the form handler that was specified when the form was created.


Add a Submit Button:

Submit button dialogue

  1. Position the cursor where you want the Submit button to be.
  2. Click the Submit button on the form palette to get the dialogue box above. This dialogue allows you to insert a Submit button, a box labeled, by default, Submit, into a form.
  3. Type, optionally, a Button Label. The default is Submit.
  4. Click OK, and the Submit button appears in the form at the cursor position.

    Image fields act as submit buttons, and if a form contains only a single text field (no other form elements), hitting Return within the text field submits the form to the form handler.

Forms ... Form Palette

Help Contents